local m = peripheral.wrap("front")
m.clear()
m.setCursorPos(18, 1)
m.write("Getting Started:")
m.setCursorPos(16, 3)
m.write("Press button to start")
m.setCursorPos(11, 4)
m.write("Throw an Iron Chest in the pool")
m.setCursorPos(3, 5)
m.write("Use resources to complete the other objectives")
m.setCursorPos(11, 6)
m.write("Fastest times will be recorded")
m.setCursorPos(6, 7)
m.write("Create a new world if you need to restart")
m.setCursorPos(6, 8)
m.write("You may only break the trees and flowers")
